home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / apache / conf / ssl.key / README.KEY next >
Text File  |  2001-10-16  |  1KB  |  29 lines

  1.  
  2.  This is the ssl.key/ directory of Apache/mod_ssl
  3.  where PEM-encoded RSA Private Keys for SSL are stored.
  4.  
  5.  Per default the following files are provided:
  6.  
  7.  o server.key:
  8.    This is the server private key for Apache/mod_ssl, configured with the
  9.    SSLCertificateKeyFile directive. Per default this is a dummy file, but may
  10.    be overwritten by the `make certificate' target under built-time.
  11.  
  12.  o snakeoil.key:
  13.    This is the private key of the _DEMONSTRATION ONLY_ `Snake Oil' Server.  It
  14.    corresponds to the dummy server certificate ../ssl.crt/snakeoil.crt.  NEVER
  15.    USE THIS PRIVATE KEY YOURSELF FOR REAL LIFE! INSTEAD USE A REAL SERVER KEY!
  16.  
  17.  o snakeoil-ca.key:
  18.    This is the private key of the _DEMONSTRATION ONLY_ `Snake Oil' Certificate
  19.    Authority. It is used to sign the ../ssl.crt/server.crt on `make
  20.    certificate' because self-signed server certificates are not accepted by
  21.    all browsers. NEVER USE THIS PRIVATE KEY YOURSELF FOR REAL LIFE! INSTEAD
  22.    EITHER USE A PUBLICALLY KNOWN CA OR CREATE YOUR OWN CA!
  23.  
  24.  You can view the ingredients of a particular private key file in plain text
  25.  by running the command (a pass phrase may be queried):
  26.  
  27.    $ openssl rsa -noout -text -in <name>.key
  28.  
  29.